home *** CD-ROM | disk | FTP | other *** search
- /*
- SFXDissolve.h
-
- A 16-step random pixel dissolve for Graphic Elements
-
- Copyright 1995 by Al Evans. All rights reserved.
-
- 1/21/95
-
- */
-
- #include "SFXCtrlr.h"
-
- //16-step Fade ONLY
- #define geDissolveSteps 16
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal void SFXDissolve(SFXCtrlrPtr controller);
-
-
- #ifdef __cplusplus
- }
- #endif
-